home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / FL_catalog_xsd_91890________.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2006-10-26  |  3KB  |  68 lines

  1. <?xml version='1.0'?>
  2. <!DOCTYPE xsd:schema [
  3.   <!ENTITY href "A file path or http URL pointing to the schema.
  4. The path can be relative to the catalog document.
  5. The following variables (delimited by %...%) will be 
  6. recognized and  expanded in the path: VsInstallDir, System, 
  7. ProgramFiles, Programs, CommonProgramFiles, ApplicationData, 
  8. CommonApplicationData.">
  9. ]>
  10. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"  version="1.0" 
  11.           xmlns="http://schemas.microsoft.com/xsd/catalog" 
  12.           targetNamespace="http://schemas.microsoft.com/xsd/catalog"
  13.           elementFormDefault="qualified" attributeFormDefault="unqualified">
  14.   <xsd:element name="SchemaCatalog">
  15.     <xsd:annotation>
  16.       <xsd:documentation>
  17.         A SchemaCatalog contains a list of schemas and their associated
  18.         target namespaces and/or a list of other external catalogs to be
  19.         included.
  20.       </xsd:documentation>
  21.     </xsd:annotation>
  22.     <xsd:complexType>
  23.       <xsd:choice minOccurs="0" maxOccurs="unbounded">
  24.         <xsd:element name="Schema">
  25.           <xsd:complexType>
  26.             <xsd:attribute name="href" type="xsd:string" use="required">
  27.               <xsd:annotation>
  28.                 <xsd:documentation>
  29.                   &href;
  30.                 </xsd:documentation>
  31.               </xsd:annotation>
  32.             </xsd:attribute>
  33.             <xsd:attribute name="targetNamespace" type="xsd:string">
  34.               <xsd:annotation>
  35.                 <xsd:documentation>
  36.                   The targetNamespace of the schema referenced in the href attribute.
  37.                 </xsd:documentation>
  38.               </xsd:annotation>
  39.             </xsd:attribute>
  40.           </xsd:complexType>
  41.         </xsd:element>
  42.         <xsd:element name="Catalog">
  43.           <xsd:complexType>
  44.             <xsd:attribute name="href" type="xsd:string" use="required">
  45.               <xsd:annotation>
  46.                 <xsd:documentation>
  47.                   &href;
  48.                 </xsd:documentation>
  49.               </xsd:annotation>
  50.             </xsd:attribute>
  51.           </xsd:complexType>
  52.         </xsd:element>
  53.         <xsd:element name="Association">
  54.           <xsd:complexType>
  55.             <xsd:attribute name="extension" type="xsd:string" use="required"/>
  56.             <xsd:attribute name="schema" type="xsd:string" use="required">
  57.               <xsd:annotation>
  58.                 <xsd:documentation>
  59.                   &href;
  60.                 </xsd:documentation>
  61.               </xsd:annotation>
  62.             </xsd:attribute>
  63.           </xsd:complexType>
  64.         </xsd:element>
  65.       </xsd:choice>
  66.     </xsd:complexType>
  67.   </xsd:element>
  68. </xsd:schema>